Skip to content

Conversation

jhonabreul
Copy link
Collaborator

@jhonabreul jhonabreul commented May 23, 2024

Fixes:

  • Calling constructors with snake-cased named arguments.
  • PyObject arrays precedence over base class array arguments:
    • If the array item type of a different method overload argument is a base class of the PyObject instances class, that method could be matched over the one getting the PyObject array because both arguments had the same calculated precedence.

Copy link
Member

@Martin-Molinero Martin-Molinero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! 👍

@jhonabreul jhonabreul merged commit a685c20 into QuantConnect:master May 24, 2024
@jhonabreul jhonabreul deleted the bug-snake-cased-arguments-constructors branch May 24, 2024 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants